/*
  Theme Name:recruitment
*/
html {
  line-height: 1.15;
}

body {
  color: #3c3c43;
  letter-spacing: 0.03rem;
}

main {
  margin-top: 24px;
}

header {
  padding: 0.94em 0;
  height: 50px;
  background-color: white;
  z-index: 99999;
  position: fixed;
  width: 100%;
  top: 0;
}
header .wrapper .inner {
  box-sizing: content-box;
  padding: 0 4em;
}
header .wrapper .inner .row {
  display: flex;
  justify-content: space-between;
  align-items: center;
}
header .wrapper .inner .row .bland {
  position: relative;
  z-index: 99;
}
header .wrapper .inner .row .bland a {
  display: flex;
  font-weight: 700;
  margin: -14px 0 0;
  gap: 8px;
}
header .wrapper .inner .row .bland a figure {
  margin: 0;
}
header .wrapper .inner .row .bland a figure img {
  width: auto;
  height: 24px;
}
header .wrapper .inner .row .bland a span {
  font-size: 0.75em;
  margin-top: 11px;
}
header .wrapper .inner .row .rightRow {
  display: flex;
  align-items: center;
  gap: 0.5em;
  flex-direction: row;
}
header .wrapper .inner .row .rightRow .menu-buttons-container ul {
  margin-top: -6px;
  display: flex;
  gap: 8px;
}
header .wrapper .inner .row .rightRow .menu-buttons-container ul li:first-of-type a {
  background-color: var(--borderGray100);
  color: #3C3C43;
}
header .wrapper .inner .row .rightRow .menu-buttons-container ul li:first-of-type a:hover {
  background-color: var(--borderGray200);
}
header .wrapper .inner .row .rightRow .menu-buttons-container ul li:last-of-type a {
  background-color: #3C3C43;
  color: #FFF;
}
header .wrapper .inner .row .rightRow .menu-buttons-container ul li:last-of-type a:hover {
  background-color: var(--borderGray900);
}
header .wrapper .inner .row .rightRow .menu-buttons-container ul a {
  border: none;
  border-radius: 9999px;
  display: block;
  font-size: 0.75em;
  font-weight: 700;
  line-height: 1;
  padding: 0.83em 1.3333333333em;
  text-decoration: none;
  transition-duration: 0.3s;
  transition-property: background-color, color;
  width: -moz-fit-content;
  width: fit-content;
}
header .wrapper .inner .row .rightRow .menu {
  display: flex;
  margin: 0 0 0 auto;
  height: 28px;
}
header .wrapper .inner .row .rightRow .menu .menuToggler {
  display: block;
  position: relative;
  z-index: 99;
}
header .wrapper .inner .row .rightRow .menu .menuToggler button {
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  display: block;
  height: 20px;
  font-size: 16px;
  padding: 0;
  position: relative;
  width: 20px;
}
header .wrapper .inner .row .rightRow .menu .menuToggler button span {
  background-color: var(--borderGray900);
  border-radius: 9999px;
  display: block;
  height: 1.5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  transition: transform 0.3s, width 0.3s;
  width: 13px;
}
header .wrapper .inner .row .rightRow .menu .menuToggler button span:first-of-type {
  transform: translate(-50%, -350%);
}
header .wrapper .inner .row .rightRow .menu .menuToggler button span:last-of-type {
  transform: translate(-50%, 250%);
}
header .wrapper .inner .row .rightRow .menu .menuToggler button.active span:nth-child(1) {
  transform: translate(-50%, -50%) rotate(-45deg);
  width: 22px;
}
header .wrapper .inner .row .rightRow .menu .menuToggler button.active span:nth-child(2) {
  transform: translate(-50%, -50%) scaleX(0);
}
header .wrapper .inner .row .rightRow .menu .menuToggler button.active span:nth-child(3) {
  transform: translate(-50%, -50%) rotate(45deg);
  width: 22px;
}

@media screen and (max-width: 1300px) {
  .rightRow {
    flex-direction: row-reverse !important;
  }
  .menu-hammenu-container > ul {
    align-items: stretch;
    background-color: #fff;
    bottom: 0;
    box-sizing: border-box;
    flex-direction: column;
    gap: 0;
    justify-content: flex-start;
    left: 0;
    opacity: 0;
    padding: 25px 4em 0;
    pointer-events: none;
    position: fixed;
    top: 3.125em;
    transition: opacity 0.3s;
    width: 100%;
  }
  .menu-hammenu-container > ul .menu-item-156.active > a::after,
  .menu-hammenu-container > ul .menu-item-157.active > a::after,
  .menu-hammenu-container > ul .menu-item-158.active > a::after {
    transform: rotate(180deg);
  }
  .menu-hammenu-container > ul > li {
    transition: 0.3s;
    border-top: solid 1px var(--borderGray300);
    font-size: 1em;
    font-weight: 700;
    justify-content: center;
    gap: 0 8px;
    line-height: 1.6;
    position: relative;
    align-items: center;
    display: flex;
    flex-wrap: wrap;
  }
  .menu-hammenu-container > ul > li > ul.active {
    animation: showMenuChildren 0.3s;
    display: block;
    pointer-events: auto;
  }
  .menu-hammenu-container > ul > li > ul {
    background-color: white;
    display: none;
    list-style: none;
    padding: 0 16px 16px;
    pointer-events: none;
    position: absolute;
  }
  .menu-hammenu-container > ul > li > ul li {
    border-top: solid 1px var(--borderGray300);
    font-weight: 400;
  }
  .menu-hammenu-container > ul > li > ul li a {
    color: var(--borderGray900);
    display: block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    margin: 0 auto;
    padding: 24px 0;
    width: 100%;
  }
  .menu-hammenu-container > ul > li:nth-child(1) a::after, .menu-hammenu-container > ul > li:nth-child(2) a::after {
    transform: scale(1) translateY(-50%) rotate(-90deg) !important;
  }
  .menu-hammenu-container > ul > li:nth-child(3) a, .menu-hammenu-container > ul > li:nth-child(4) a, .menu-hammenu-container > ul > li:nth-child(5) a {
    pointer-events: none;
  }
  .menu-hammenu-container > ul > li > a {
    display: block;
    flex-grow: 1;
    padding: 24px 0;
    width: auto;
    position: relative;
  }
  .menu-hammenu-container > ul > li > a::after {
    background-color: transparent;
    background-image: url(image/arrowBottom.svg);
    background-repeat: no-repeat;
    content: "";
    height: 16px;
    position: absolute;
    top: 50%;
    transition: 0.3s;
    transform-origin: center;
    right: 0;
    width: 16px;
  }
  .menu-hammenu-container > ul.active {
    opacity: 1;
    pointer-events: auto;
  }
  .menu-item-156 ul.active,
  .menu-item-157 ul.active,
  .menu-item-158 ul.active {
    flex-basis: 100%;
    padding: 0;
    position: static;
    animation: showMenuChildren 0.3s;
    display: block;
    pointer-events: auto;
  }
}
@media screen and (min-width: 1301px) {
  .menu-hammenu-container > ul {
    display: flex;
    gap: 24px;
    list-style: none;
    margin: 0;
    padding: 0;
  }
  .menu-hammenu-container > ul > li {
    align-items: center;
    display: flex;
    flex-wrap: wrap;
    font-size: 0.875em;
    font-weight: 700;
    gap: 0 8px;
    line-height: 1.6;
    position: relative;
  }
  .menu-hammenu-container > ul > li:nth-of-type(3) > a, .menu-hammenu-container > ul > li:nth-of-type(4) > a, .menu-hammenu-container > ul > li:nth-of-type(5) > a {
    pointer-events: none;
  }
  .menu-hammenu-container > ul > li:nth-of-type(3) > a::after, .menu-hammenu-container > ul > li:nth-of-type(4) > a::after, .menu-hammenu-container > ul > li:nth-of-type(5) > a::after {
    background-image: url(image/arrowBottom.svg);
    content: "";
    width: 16px;
    height: 16px;
    right: 0;
    display: inline-block;
    transform: translateY(20%);
  }
  .menu-hammenu-container > ul > li > ul {
    background-color: white;
    display: none;
    list-style: none;
    left: -16px;
    padding: 0 16px 16px;
    pointer-events: none;
    position: absolute;
    top: 100%;
  }
  .menu-hammenu-container > ul > li > ul li a {
    color: var(--borderGray900);
    display: block;
    position: relative;
    text-decoration: none;
    white-space: nowrap;
    width: -moz-fit-content;
    width: fit-content;
  }
  .menu-hammenu-container > ul > li > a {
    color: currentColor;
    display: block;
    text-decoration: none;
    position: relative;
    width: -moz-fit-content;
    width: fit-content;
  }
}
@media screen and (min-width: 1301px) and (any-hover: hover) {
  .menu-item-156:hover ul,
  .menu-item-157:hover ul,
  .menu-item-158:hover ul {
    animation: showMenuChildren 0.3s;
    display: block;
    pointer-events: auto;
    transform: translateY(7%);
  }
  .menu-item-156:hover ul li,
  .menu-item-157:hover ul li,
  .menu-item-158:hover ul li {
    padding: 5px 0;
  }
  .menu-item-156:hover a,
  .menu-item-157:hover a,
  .menu-item-158:hover a {
    transition: 0.3s;
  }
  .menu-item-156:hover a::after,
  .menu-item-157:hover a::after,
  .menu-item-158:hover a::after {
    transform: rotate(180deg) translateY(-20%) !important;
    transition: 0.3s;
  }
}
main .heading .separator {
  margin-top: 64px;
}
main .heading .headingWrapper {
  height: 634px;
  position: relative;
}
main .heading .headingWrapper .headingInner {
  text-shadow: 0px 0px 64px rgba(0, 0, 0, 0.8);
  margin: 0 auto;
  padding: 0 4em;
  max-width: 76.5em;
  bottom: 0;
  position: relative;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
}
main .heading .headingWrapper .headingInner h1 {
  font-size: 64px;
  line-height: 1.6;
  z-index: 10;
  position: relative;
  color: white;
  font-weight: bold;
}
main .heading .headingWrapper .headingGradation {
  bottom: 0;
  left: 0;
  position: absolute;
  top: 0;
  width: 100%;
}
main .heading .headingWrapper .headingGradation figure {
  margin: 0;
}
main .heading .headingWrapper .headingGradation figure img {
  height: 100%;
  left: 0;
  -o-object-fit: cover;
     object-fit: cover;
  -o-object-position: center;
     object-position: center;
  position: absolute;
  top: 0;
  width: 100%;
}
main .heading .headingWrapper .headingGradation:before {
  content: "";
  position: absolute;
  width: 100%;
  height: 100%;
  z-index: 1;
  top: 0;
  left: 0;
  background: linear-gradient(90deg, rgba(0, 0, 0, 0.2), rgba(0, 0, 0, 0) 70%);
}
main .headingText.active {
  max-height: none;
}
main .headingText.active::after {
  height: 0;
}
main .headingText {
  max-height: 200px;
  max-width: 936px;
  overflow: hidden;
  position: relative;
  margin: -24px auto 96px;
}
main .headingText .headingTextWrapper {
  line-height: 1.8;
  margin: 24px 0 0;
}
main .headingText .headingTextWrapper .headingTextWrapperInner {
  padding: 0em 4em;
  max-width: 76.5em;
}
main .headingText .headingTextWrapper .headingTextWrapperInner p {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
main .headingText .more {
  align-items: center;
  -webkit-appearance: none;
     -moz-appearance: none;
          appearance: none;
  background-color: transparent;
  border: none;
  bottom: 0;
  display: flex;
  font-weight: 700;
  gap: 4px;
  left: 50%;
  padding: 0 10px;
  position: absolute;
  transform: translate(-50%);
  z-index: 5;
}
main .headingText::after {
  background-image: linear-gradient(180deg, rgba(255, 255, 255, 0), #fff 50%);
  bottom: 0;
  content: "";
  display: block;
  height: 55px;
  position: absolute;
  width: 100%;
}
main .headingText .more.active {
  display: none;
}
main .everyoneRow {
  align-items: center;
  display: grid;
  grid-template-columns: 590fr 506fr;
}
main .everyoneRow figure {
  margin: 0;
}
main .everyoneRow figure img {
  height: auto;
  width: 100%;
  display: block;
}
main .everyoneRow .content {
  padding: 0 4em 0 128px;
  max-width: 36.5em;
}
main .everyoneRow .content .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
main .everyoneRow .content h2 {
  font-size: 36px;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
}
main .everyoneRow .content p {
  line-height: 1.8;
  margin-bottom: 40px;
  margin: 1.5em 0 0;
  font-size: 16px;
}
main .stuffInterview {
  margin: 6em 0 0;
}
main .stuffInterview .inner {
  padding: 0 4em;
}
main .stuffInterview .inner .label {
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 16px;
  font-size: 22px;
}
main .stuffInterview .inner h2 {
  line-height: 1.6;
  margin: 16px 0 0;
  font-size: 36px;
  font-weight: bold;
}
main .stuffInterview .inner .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 40px 0 0;
}
main .stuffInterview .inner .bottom figure {
  margin: 0;
  position: relative;
  transition: 0.3s;
}
main .stuffInterview .inner .bottom figure img {
  width: 100%;
  height: auto;
}
main .stuffInterview .inner .bottom .content {
  padding: 24px;
}
main .stuffInterview .inner .bottom .content h3 {
  font-size: 1.75em;
  line-height: 1.6;
  margin: 0 0 12px;
  color: var(--borderGray900);
}
main .stuffInterview .inner .bottom .content .detail {
  color: var(--borderGray600);
  font-size: 0.875em;
  line-height: 1.6;
}
main .stuffInterview .inner .bottom .content .button {
  display: block;
  font-weight: 700;
  margin: 24px 0 0 auto;
  padding: 0 20px 0 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: var(--site--color--default);
}
main .stuffInterview .inner .bottom .content .button::after {
  background-image: url(image/arrowRight.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
main .stuffInterview .inner > .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
  text-align: center;
  margin-top: 40px;
}
main .stuffInterview .inner > .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 370px;
  padding: 1.11em 1.78em;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
main .stuffInterview .inner > .button a:hover {
  background-color: #F5F5F5;
}
main .careerPlanInner {
  padding-left: 4em;
}
main .careerPlanInner .careerPlanInnerWrapper {
  align-items: flex-start;
  display: flex;
  margin: 96px 0 0;
}
main .careerPlanInner .careerPlanInnerWrapper .content {
  background-color: white;
  padding: 96px 64px 64px 0;
  position: relative;
  width: 50em;
  z-index: 10;
}
main .careerPlanInner .careerPlanInnerWrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
main .careerPlanInner .careerPlanInnerWrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
main .careerPlanInner .careerPlanInnerWrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
main .careerPlanInner .careerPlanInnerWrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
main .careerPlanInner .careerPlanInnerWrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
main .careerPlanInner .careerPlanInnerWrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
main .careerPlanInner .careerPlanInnerWrapper .content .button a:hover {
  background-color: #F5F5F5;
}
main .careerPlanInner .careerPlanInnerWrapper figure {
  flex-grow: 1;
  margin: 0 0 0 -17.5em;
}
main .careerPlanInner .careerPlanInnerWrapper figure picture {
  margin: 0 calc(50% - 50vw + 140px) 0 0;
}
main .careerPlanInner .careerPlanInnerWrapper figure picture img {
  display: block;
  width: 100%;
}
main .VisionInner {
  padding: 0;
}
main .VisionInner .VisionInnerWrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 582fr 506fr;
}
main .VisionInner .VisionInnerWrapper figure {
  flex-grow: 1;
}
main .VisionInner .VisionInnerWrapper figure picture img {
  display: block;
  width: 100%;
  -o-object-fit: cover;
     object-fit: cover;
}
main .VisionInner .VisionInnerWrapper .content {
  background-color: white;
  padding: 0 4em 0 128px;
  position: relative;
  width: auto;
  z-index: 10;
}
main .VisionInner .VisionInnerWrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
main .VisionInner .VisionInnerWrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
main .VisionInner .VisionInnerWrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
main .VisionInner .VisionInnerWrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
main .VisionInner .VisionInnerWrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
main .VisionInner .VisionInnerWrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
main .VisionInner .VisionInnerWrapper .content .button a:hover {
  background-color: #F5F5F5;
}
main .attemptInner .attemptInnerWrapper {
  display: grid;
  grid-template-columns: calc(50% - 117px) auto;
  align-items: center;
}
main .attemptInner .attemptInnerWrapper figure {
  flex-grow: 1;
}
main .attemptInner .attemptInnerWrapper figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
main .attemptInner .attemptInnerWrapper .content {
  background-color: white;
  padding: 0 4em 0 128px;
  position: relative;
  width: auto;
  z-index: 10;
}
main .attemptInner .attemptInnerWrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
main .attemptInner .attemptInnerWrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
main .attemptInner .attemptInnerWrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
main .attemptInner .attemptInnerWrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
main .attemptInner .attemptInnerWrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
main .attemptInner .attemptInnerWrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
main .attemptInner .attemptInnerWrapper .content .button a:hover {
  background-color: #F5F5F5;
}
main .attemptInner .attemptInnerWrapper .content ul {
  border-top: solid 1px var(--borderGray300);
  list-style: none;
  margin: 0;
  padding: 0;
}
main .attemptInner .attemptInnerWrapper .content ul li {
  border-bottom: 1px solid var(--borderGray300);
}
main .attemptInner .attemptInnerWrapper .content ul li a {
  align-items: center;
  color: currentColor;
  display: flex;
  gap: 1.25em;
  padding: 0 0.9375em 0 0;
  text-decoration: none;
}
main .attemptInner .attemptInnerWrapper .content ul li a > div {
  padding-left: 0.9375em;
  flex-basis: 100%;
  padding: 2.5em 2.5em 2.5em 0;
  position: relative;
}
main .attemptInner .attemptInnerWrapper .content ul li a > div h3 {
  font-size: 1.125em;
  line-height: 1.6;
  margin: 0;
  font-weight: bold;
}
main .attemptInner .attemptInnerWrapper .content ul li a > div p {
  line-height: 1.8;
  margin: 0.33em 0 0;
  font-size: 0.75em;
}
main .attemptInner .attemptInnerWrapper .content ul li a > div::after {
  background-image: url(image/icon.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 1em;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  transition: transform 0.3s;
  width: 1em;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper {
  justify-content: flex-end;
  grid-template-columns: auto calc(50% + 5.75em);
  align-items: center;
  display: grid;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper figure {
  flex-grow: 1;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper .content {
  background-color: white;
  padding: 0 128px 0 4em;
  position: relative;
  width: auto;
  z-index: 10;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
main .SustainabilityPlanInner .SustainabilityInnerWrapper .content .button a:hover {
  background-color: #F5F5F5;
}
main .serviceWrapper {
  background-color: var(--borderGray100);
  margin: 96px 0 0;
  padding: 64px 0;
}
main .serviceWrapper .serviceWrapperInner {
  max-width: 76.5em;
  margin: 0 auto;
  padding: 0 4em;
}
main .serviceWrapper .serviceWrapperInner .columns {
  align-items: center;
  display: grid;
  gap: 40px 24px;
  grid-template-columns: 392fr 808fr;
}
main .serviceWrapper .serviceWrapperInner .columns .text {
  align-self: flex-end;
}
main .serviceWrapper .serviceWrapperInner .columns .text h3 {
  font-size: 1.375em;
  line-height: 1.6;
  margin: 0 0 24px;
  font-weight: bold;
}
main .serviceWrapper .serviceWrapperInner .columns .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
main .serviceWrapper .serviceWrapperInner .columns .Button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
  align-self: flex-start;
  grid-column: 1;
}
main .serviceWrapper .serviceWrapperInner .columns .Button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
main .serviceWrapper .serviceWrapperInner .columns .Button a:hover {
  background-color: #F5F5F5;
}
main .serviceWrapper .serviceWrapperInner .columns .contents {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr);
  grid-column: 2;
  grid-row: 1/3;
}
main .serviceWrapper .serviceWrapperInner .columns .contents .content {
  padding: 24px;
  height: 100%;
}
main .serviceWrapper .serviceWrapperInner .columns .contents .content h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
main .serviceWrapper .serviceWrapperInner .columns .contents .content picture {
  margin: 16px 0;
}
main .serviceWrapper .serviceWrapperInner .columns .contents .content picture img {
  display: block;
  height: 120px;
  margin: 0 auto;
  width: auto;
}
main .serviceWrapper .serviceWrapperInner .columns .contents .content .entity {
  margin: 4px 0 0;
  text-align: center;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.6;
}
main .serviceWrapper .serviceWrapperInner .columns .contents .content .entity span {
  font-size: 0.5em;
  font-weight: 700;
  line-height: 1.6;
}
main .entrybuttons .top {
  margin: 6em 0 0;
}
main .entrybuttons h3 {
  padding: 0 4em;
  font-size: 1.375em;
  line-height: 1.6;
  margin: 0 0 24px;
  font-weight: bold;
}
main .entrybuttons .bottom .columns {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
main .entrybuttons .bottom .columns .content {
  background-color: var(--borderGray100);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 240px;
  padding: 40px;
}
main .entrybuttons .bottom .columns .content h4 {
  font-size: 20px;
  line-height: 1.76;
  margin: 0 0 10px;
  text-align: center;
  font-weight: bold;
}
main .entrybuttons .bottom .columns .content .text {
  text-align: center;
}
main .entrybuttons .bottom .columns .content .text p {
  margin: 0 0 24px 0;
  line-height: 1.8;
  font-size: 14px;
}
main .entrybuttons .bottom .columns .content .text .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
main .entrybuttons .bottom .columns .content .text .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
main .entrybuttons .bottom .columns .content .text .button a:hover {
  background-color: #F5F5F5;
}
main .entry .top {
  padding: 0 4em;
  margin-bottom: -12px;
}
main .entry .top h4 {
  font-size: 1.125em;
  line-height: 1.6;
  margin: 0 0 1.82em;
  font-weight: bold;
  text-align: center;
}
main .entry .bottom {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
  flex-direction: column;
  align-items: center;
}
main .entry .bottom a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 370px;
  padding: 1.1111111111em 1.7777777778em;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
main .entry .bottom a:hover {
  background-color: #F5F5F5;
}
main .entry .bottom a:first-of-type {
  background-color: #3C3C43;
  border: none;
  color: white;
  transition: 0.3s;
}
main .entry .bottom a:first-of-type:hover {
  background-color: #1D1D1F;
}
main .entry .internship {
  line-height: 1.8;
  margin: 24px 0 0;
  padding: 0 4em;
}
main .entry .internship p {
  font-size: 14px;
  text-align: center;
}
main .entry .internship p a {
  color: currentColor;
  text-decoration: underline;
}
main .question {
  margin: 96px 0;
}
main .question .inner {
  padding: 0 4em;
}
main .question .inner .row {
  display: grid;
  gap: 24px;
  grid-template-columns: 288px 1fr;
}
main .question .inner .row h3 {
  font-size: 22px;
  margin: 64px 0 0;
  font-weight: bold;
}
main .question .inner .row .list ul {
  border-top: solid 1px var(--borderGray300);
  list-style: none;
  margin: 0;
  padding: 0;
}
main .question .inner .row .list ul li {
  border-bottom: 1px solid var(--borderGray300);
}
main .question .inner .row .list ul li summary {
  display: flex;
  cursor: pointer;
  flex-wrap: nowrap;
  line-height: 1.6;
  font-weight: 700;
  gap: 8px;
  padding: 41px 0 41px 15px;
}
main .question .inner .row .list ul li summary::before {
  content: "Q";
  line-height: 1.6;
  font-weight: 700;
}
main .question .inner .row .list ul li summary span {
  display: block;
  margin: 0 15px 0 auto;
  position: relative;
  width: 12px;
}
main .question .inner .row .list ul li summary span::before {
  background-color: currentColor;
  border-radius: 99px;
  content: "";
  display: block;
  height: 1.5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
}
main .question .inner .row .list ul li summary span::after {
  background-color: currentColor;
  border-radius: 99px;
  content: "";
  display: block;
  height: 1.5px;
  left: 50%;
  position: absolute;
  top: 50%;
  transform: translate(-50%, -50%);
  width: 12px;
  transform: translate(-50%, -50%) rotate(90deg);
  transition: transform 0.3s;
}
main .question .inner .row .list ul li summary.active span::after {
  transform: translate(-50%, -50%) rotate(90deg) scaleX(0);
}
main .question .inner .row .list ul li .answer {
  display: flex;
  gap: 8px;
  position: relative;
  opacity: 0;
  transition: opacity 0s;
  line-height: 1.6;
  height: 0;
}
main .question .inner .row .list ul li .answer::before {
  content: "A";
  padding-top: 2px;
  line-height: 1.6;
  font-weight: bold;
}
main .question .inner .row .list ul li .answer.active {
  opacity: 1;
  transition-delay: 0.02s;
  height: auto;
  padding: 0 48px 40px 15px;
  transition: opacity 0.5s;
}
main .project {
  margin: 6em 0 0;
  background-color: var(--borderGray100);
  padding-bottom: 4em;
}
main .project .inner .top > div {
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 16px;
  font-size: 22px;
}
main .project .inner .top h2 {
  font-size: 36px;
  font-weight: bold;
}
main .project .inner .bottom {
  margin: 2.5em 0;
}
main .project .inner .bottom ul {
  display: grid;
  gap: 48px 1.5em;
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
main .project .inner .bottom ul li a {
  color: currentColor;
  display: block;
  height: 100%;
  text-decoration: none;
  width: 100%;
}
main .project .inner .bottom ul li a figure {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
main .project .inner .bottom ul li a figure img {
  width: 100%;
  height: auto;
}
main .project .inner .bottom ul li a .content p {
  font-size: 12px;
  line-height: 1.6;
  margin: 0;
  font-weight: 700;
  padding: 16px 0 0;
}
main .project .inner .bottom ul li a .content h3 {
  line-height: 1.6;
  margin: 0.22em 0 0;
  transition: color 0.6scubic-bezier 0.22, 1, 0.36, 1;
  font-size: 18px;
  font-weight: bold;
}
main .project .inner .bottom .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
  margin-top: 3em;
}
main .project .inner .bottom .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 370px;
  padding: 1.1111111111em 1.7777777778em;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
main .project .inner .bottom .button a:hover {
  background-color: #F5F5F5;
}
main .btnInternship {
  width: 180px;
  height: 180px;
  position: fixed;
  bottom: 24px;
  left: 24px;
  z-index: 99;
}
main .btnInternship a img {
  width: 100%;
  height: auto;
}

main.active {
  display: none;
}

.inner {
  max-width: 76.5em;
  padding: 0 4em;
  margin: 0 auto;
}

@media screen and (max-width: 768px) {
  main .project .inner {
    padding: 0 0.9375em;
  }
  main .project .inner .bottom ul {
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .pc {
    display: none;
  }
  .stuffInterview .bottom {
    grid-template-columns: 1fr !important;
  }
  .attempt .list a {
    flex-direction: column;
    gap: 0 !important;
    padding: 0 !important;
  }
  .project .bottom .inner ul {
    grid-template-columns: repeat(1, 1fr) !important;
  }
  footer nav > ul {
    grid-template-columns: repeat(2, 1fr) !important;
  }
}
@media screen and (min-width: 769px) {
  .sp {
    display: none;
  }
}
@media screen and (max-width: 1004px) {
  header .wrapper .inner {
    padding: 0 0.9375em;
  }
  header .wrapper .inner .menu-buttons-container a {
    font-size: 10px !important;
  }
}
@media screen and (max-width: 1004px) {
  .pc {
    display: none;
  }
  .headingWrapper {
    height: 568px !important;
  }
  .headingWrapper .headingInner {
    padding: 40px 40px 40px 24px !important;
  }
  .headingWrapper .headingInner h1 {
    margin: 0 auto 0 0;
    font-size: 40px !important;
    letter-spacing: 0.5rem;
    writing-mode: vertical-rl;
  }
  .headingText {
    margin: -24px auto 64px !important;
  }
  .headingText .headingTextWrapperInner {
    padding: 0 0.9375em !important;
  }
  .everyone .everyoneRow {
    grid-template-columns: 1fr;
  }
  .everyone .everyoneRow .content {
    margin: 24px 0 0;
    padding: 0 var(--site--container--gutter);
    max-width: 100%;
  }
  .stuffInterview .inner {
    padding: 0 var(--site--container--gutter) !important;
  }
  .stuffInterview .inner .label {
    font-size: 18px;
  }
  .stuffInterview .inner .bottom {
    grid-template-columns: 1fr 1fr;
  }
  .stuffInterview .inner .bottom .content {
    padding: 20px 0 !important;
  }
  .stuffInterview .inner .bottom .content h3 {
    font-size: 1.5em !important;
  }
  .stuffInterview .inner .bottom .content .button {
    margin: 24px 0 0 0 !important;
  }
  .stuffInterview .inner .button a {
    width: 240px !important;
    padding: 16px 24px !important;
    font-size: 16px !important;
  }
  .careerPlan .careerPlanInner,
  .careerPlan .VisionInner,
  .careerPlan .attemptInner,
  .careerPlan .SustainabilityPlanInner,
  .Vision .careerPlanInner,
  .Vision .VisionInner,
  .Vision .attemptInner,
  .Vision .SustainabilityPlanInner,
  .attempt .careerPlanInner,
  .attempt .VisionInner,
  .attempt .attemptInner,
  .attempt .SustainabilityPlanInner,
  .SustainabilityPlan .careerPlanInner,
  .SustainabilityPlan .VisionInner,
  .SustainabilityPlan .attemptInner,
  .SustainabilityPlan .SustainabilityPlanInner {
    padding: 0;
  }
  .careerPlan .careerPlanInner .careerPlanInnerWrapper,
  .careerPlan .careerPlanInner .VisionInnerWrapper,
  .careerPlan .careerPlanInner .attemptInnerWrapper,
  .careerPlan .careerPlanInner .SustainabilityInnerWrapper,
  .careerPlan .VisionInner .careerPlanInnerWrapper,
  .careerPlan .VisionInner .VisionInnerWrapper,
  .careerPlan .VisionInner .attemptInnerWrapper,
  .careerPlan .VisionInner .SustainabilityInnerWrapper,
  .careerPlan .attemptInner .careerPlanInnerWrapper,
  .careerPlan .attemptInner .VisionInnerWrapper,
  .careerPlan .attemptInner .attemptInnerWrapper,
  .careerPlan .attemptInner .SustainabilityInnerWrapper,
  .careerPlan .SustainabilityPlanInner .careerPlanInnerWrapper,
  .careerPlan .SustainabilityPlanInner .VisionInnerWrapper,
  .careerPlan .SustainabilityPlanInner .attemptInnerWrapper,
  .careerPlan .SustainabilityPlanInner .SustainabilityInnerWrapper,
  .Vision .careerPlanInner .careerPlanInnerWrapper,
  .Vision .careerPlanInner .VisionInnerWrapper,
  .Vision .careerPlanInner .attemptInnerWrapper,
  .Vision .careerPlanInner .SustainabilityInnerWrapper,
  .Vision .VisionInner .careerPlanInnerWrapper,
  .Vision .VisionInner .VisionInnerWrapper,
  .Vision .VisionInner .attemptInnerWrapper,
  .Vision .VisionInner .SustainabilityInnerWrapper,
  .Vision .attemptInner .careerPlanInnerWrapper,
  .Vision .attemptInner .VisionInnerWrapper,
  .Vision .attemptInner .attemptInnerWrapper,
  .Vision .attemptInner .SustainabilityInnerWrapper,
  .Vision .SustainabilityPlanInner .careerPlanInnerWrapper,
  .Vision .SustainabilityPlanInner .VisionInnerWrapper,
  .Vision .SustainabilityPlanInner .attemptInnerWrapper,
  .Vision .SustainabilityPlanInner .SustainabilityInnerWrapper,
  .attempt .careerPlanInner .careerPlanInnerWrapper,
  .attempt .careerPlanInner .VisionInnerWrapper,
  .attempt .careerPlanInner .attemptInnerWrapper,
  .attempt .careerPlanInner .SustainabilityInnerWrapper,
  .attempt .VisionInner .careerPlanInnerWrapper,
  .attempt .VisionInner .VisionInnerWrapper,
  .attempt .VisionInner .attemptInnerWrapper,
  .attempt .VisionInner .SustainabilityInnerWrapper,
  .attempt .attemptInner .careerPlanInnerWrapper,
  .attempt .attemptInner .VisionInnerWrapper,
  .attempt .attemptInner .attemptInnerWrapper,
  .attempt .attemptInner .SustainabilityInnerWrapper,
  .attempt .SustainabilityPlanInner .careerPlanInnerWrapper,
  .attempt .SustainabilityPlanInner .VisionInnerWrapper,
  .attempt .SustainabilityPlanInner .attemptInnerWrapper,
  .attempt .SustainabilityPlanInner .SustainabilityInnerWrapper,
  .SustainabilityPlan .careerPlanInner .careerPlanInnerWrapper,
  .SustainabilityPlan .careerPlanInner .VisionInnerWrapper,
  .SustainabilityPlan .careerPlanInner .attemptInnerWrapper,
  .SustainabilityPlan .careerPlanInner .SustainabilityInnerWrapper,
  .SustainabilityPlan .VisionInner .careerPlanInnerWrapper,
  .SustainabilityPlan .VisionInner .VisionInnerWrapper,
  .SustainabilityPlan .VisionInner .attemptInnerWrapper,
  .SustainabilityPlan .VisionInner .SustainabilityInnerWrapper,
  .SustainabilityPlan .attemptInner .careerPlanInnerWrapper,
  .SustainabilityPlan .attemptInner .VisionInnerWrapper,
  .SustainabilityPlan .attemptInner .attemptInnerWrapper,
  .SustainabilityPlan .attemptInner .SustainabilityInnerWrapper,
  .SustainabilityPlan .SustainabilityPlanInner .careerPlanInnerWrapper,
  .SustainabilityPlan .SustainabilityPlanInner .VisionInnerWrapper,
  .SustainabilityPlan .SustainabilityPlanInner .attemptInnerWrapper,
  .SustainabilityPlan .SustainabilityPlanInner .SustainabilityInnerWrapper {
    margin: 96px 0 0;
    grid-template-columns: 1fr;
  }
  .careerPlan .careerPlanInner .careerPlanInnerWrapper .content,
  .careerPlan .careerPlanInner .VisionInnerWrapper .content,
  .careerPlan .careerPlanInner .attemptInnerWrapper .content,
  .careerPlan .careerPlanInner .SustainabilityInnerWrapper .content,
  .careerPlan .VisionInner .careerPlanInnerWrapper .content,
  .careerPlan .VisionInner .VisionInnerWrapper .content,
  .careerPlan .VisionInner .attemptInnerWrapper .content,
  .careerPlan .VisionInner .SustainabilityInnerWrapper .content,
  .careerPlan .attemptInner .careerPlanInnerWrapper .content,
  .careerPlan .attemptInner .VisionInnerWrapper .content,
  .careerPlan .attemptInner .attemptInnerWrapper .content,
  .careerPlan .attemptInner .SustainabilityInnerWrapper .content,
  .careerPlan .SustainabilityPlanInner .careerPlanInnerWrapper .content,
  .careerPlan .SustainabilityPlanInner .VisionInnerWrapper .content,
  .careerPlan .SustainabilityPlanInner .attemptInnerWrapper .content,
  .careerPlan .SustainabilityPlanInner .SustainabilityInnerWrapper .content,
  .Vision .careerPlanInner .careerPlanInnerWrapper .content,
  .Vision .careerPlanInner .VisionInnerWrapper .content,
  .Vision .careerPlanInner .attemptInnerWrapper .content,
  .Vision .careerPlanInner .SustainabilityInnerWrapper .content,
  .Vision .VisionInner .careerPlanInnerWrapper .content,
  .Vision .VisionInner .VisionInnerWrapper .content,
  .Vision .VisionInner .attemptInnerWrapper .content,
  .Vision .VisionInner .SustainabilityInnerWrapper .content,
  .Vision .attemptInner .careerPlanInnerWrapper .content,
  .Vision .attemptInner .VisionInnerWrapper .content,
  .Vision .attemptInner .attemptInnerWrapper .content,
  .Vision .attemptInner .SustainabilityInnerWrapper .content,
  .Vision .SustainabilityPlanInner .careerPlanInnerWrapper .content,
  .Vision .SustainabilityPlanInner .VisionInnerWrapper .content,
  .Vision .SustainabilityPlanInner .attemptInnerWrapper .content,
  .Vision .SustainabilityPlanInner .SustainabilityInnerWrapper .content,
  .attempt .careerPlanInner .careerPlanInnerWrapper .content,
  .attempt .careerPlanInner .VisionInnerWrapper .content,
  .attempt .careerPlanInner .attemptInnerWrapper .content,
  .attempt .careerPlanInner .SustainabilityInnerWrapper .content,
  .attempt .VisionInner .careerPlanInnerWrapper .content,
  .attempt .VisionInner .VisionInnerWrapper .content,
  .attempt .VisionInner .attemptInnerWrapper .content,
  .attempt .VisionInner .SustainabilityInnerWrapper .content,
  .attempt .attemptInner .careerPlanInnerWrapper .content,
  .attempt .attemptInner .VisionInnerWrapper .content,
  .attempt .attemptInner .attemptInnerWrapper .content,
  .attempt .attemptInner .SustainabilityInnerWrapper .content,
  .attempt .SustainabilityPlanInner .careerPlanInnerWrapper .content,
  .attempt .SustainabilityPlanInner .VisionInnerWrapper .content,
  .attempt .SustainabilityPlanInner .attemptInnerWrapper .content,
  .attempt .SustainabilityPlanInner .SustainabilityInnerWrapper .content,
  .SustainabilityPlan .careerPlanInner .careerPlanInnerWrapper .content,
  .SustainabilityPlan .careerPlanInner .VisionInnerWrapper .content,
  .SustainabilityPlan .careerPlanInner .attemptInnerWrapper .content,
  .SustainabilityPlan .careerPlanInner .SustainabilityInnerWrapper .content,
  .SustainabilityPlan .VisionInner .careerPlanInnerWrapper .content,
  .SustainabilityPlan .VisionInner .VisionInnerWrapper .content,
  .SustainabilityPlan .VisionInner .attemptInnerWrapper .content,
  .SustainabilityPlan .VisionInner .SustainabilityInnerWrapper .content,
  .SustainabilityPlan .attemptInner .careerPlanInnerWrapper .content,
  .SustainabilityPlan .attemptInner .VisionInnerWrapper .content,
  .SustainabilityPlan .attemptInner .attemptInnerWrapper .content,
  .SustainabilityPlan .attemptInner .SustainabilityInnerWrapper .content,
  .SustainabilityPlan .SustainabilityPlanInner .careerPlanInnerWrapper .content,
  .SustainabilityPlan .SustainabilityPlanInner .VisionInnerWrapper .content,
  .SustainabilityPlan .SustainabilityPlanInner .attemptInnerWrapper .content,
  .SustainabilityPlan .SustainabilityPlanInner .SustainabilityInnerWrapper .content {
    padding: 0;
    width: auto;
  }
  .careerPlan .careerPlanInner .careerPlanInnerWrapper .content .label,
  .careerPlan .careerPlanInner .VisionInnerWrapper .content .label,
  .careerPlan .careerPlanInner .attemptInnerWrapper .content .label,
  .careerPlan .careerPlanInner .SustainabilityInnerWrapper .content .label,
  .careerPlan .VisionInner .careerPlanInnerWrapper .content .label,
  .careerPlan .VisionInner .VisionInnerWrapper .content .label,
  .careerPlan .VisionInner .attemptInnerWrapper .content .label,
  .careerPlan .VisionInner .SustainabilityInnerWrapper .content .label,
  .careerPlan .attemptInner .careerPlanInnerWrapper .content .label,
  .careerPlan .attemptInner .VisionInnerWrapper .content .label,
  .careerPlan .attemptInner .attemptInnerWrapper .content .label,
  .careerPlan .attemptInner .SustainabilityInnerWrapper .content .label,
  .careerPlan .SustainabilityPlanInner .careerPlanInnerWrapper .content .label,
  .careerPlan .SustainabilityPlanInner .VisionInnerWrapper .content .label,
  .careerPlan .SustainabilityPlanInner .attemptInnerWrapper .content .label,
  .careerPlan .SustainabilityPlanInner .SustainabilityInnerWrapper .content .label,
  .Vision .careerPlanInner .careerPlanInnerWrapper .content .label,
  .Vision .careerPlanInner .VisionInnerWrapper .content .label,
  .Vision .careerPlanInner .attemptInnerWrapper .content .label,
  .Vision .careerPlanInner .SustainabilityInnerWrapper .content .label,
  .Vision .VisionInner .careerPlanInnerWrapper .content .label,
  .Vision .VisionInner .VisionInnerWrapper .content .label,
  .Vision .VisionInner .attemptInnerWrapper .content .label,
  .Vision .VisionInner .SustainabilityInnerWrapper .content .label,
  .Vision .attemptInner .careerPlanInnerWrapper .content .label,
  .Vision .attemptInner .VisionInnerWrapper .content .label,
  .Vision .attemptInner .attemptInnerWrapper .content .label,
  .Vision .attemptInner .SustainabilityInnerWrapper .content .label,
  .Vision .SustainabilityPlanInner .careerPlanInnerWrapper .content .label,
  .Vision .SustainabilityPlanInner .VisionInnerWrapper .content .label,
  .Vision .SustainabilityPlanInner .attemptInnerWrapper .content .label,
  .Vision .SustainabilityPlanInner .SustainabilityInnerWrapper .content .label,
  .attempt .careerPlanInner .careerPlanInnerWrapper .content .label,
  .attempt .careerPlanInner .VisionInnerWrapper .content .label,
  .attempt .careerPlanInner .attemptInnerWrapper .content .label,
  .attempt .careerPlanInner .SustainabilityInnerWrapper .content .label,
  .attempt .VisionInner .careerPlanInnerWrapper .content .label,
  .attempt .VisionInner .VisionInnerWrapper .content .label,
  .attempt .VisionInner .attemptInnerWrapper .content .label,
  .attempt .VisionInner .SustainabilityInnerWrapper .content .label,
  .attempt .attemptInner .careerPlanInnerWrapper .content .label,
  .attempt .attemptInner .VisionInnerWrapper .content .label,
  .attempt .attemptInner .attemptInnerWrapper .content .label,
  .attempt .attemptInner .SustainabilityInnerWrapper .content .label,
  .attempt .SustainabilityPlanInner .careerPlanInnerWrapper .content .label,
  .attempt .SustainabilityPlanInner .VisionInnerWrapper .content .label,
  .attempt .SustainabilityPlanInner .attemptInnerWrapper .content .label,
  .attempt .SustainabilityPlanInner .SustainabilityInnerWrapper .content .label,
  .SustainabilityPlan .careerPlanInner .careerPlanInnerWrapper .content .label,
  .SustainabilityPlan .careerPlanInner .VisionInnerWrapper .content .label,
  .SustainabilityPlan .careerPlanInner .attemptInnerWrapper .content .label,
  .SustainabilityPlan .careerPlanInner .SustainabilityInnerWrapper .content .label,
  .SustainabilityPlan .VisionInner .careerPlanInnerWrapper .content .label,
  .SustainabilityPlan .VisionInner .VisionInnerWrapper .content .label,
  .SustainabilityPlan .VisionInner .attemptInnerWrapper .content .label,
  .SustainabilityPlan .VisionInner .SustainabilityInnerWrapper .content .label,
  .SustainabilityPlan .attemptInner .careerPlanInnerWrapper .content .label,
  .SustainabilityPlan .attemptInner .VisionInnerWrapper .content .label,
  .SustainabilityPlan .attemptInner .attemptInnerWrapper .content .label,
  .SustainabilityPlan .attemptInner .SustainabilityInnerWrapper .content .label,
  .SustainabilityPlan .SustainabilityPlanInner .careerPlanInnerWrapper .content .label,
  .SustainabilityPlan .SustainabilityPlanInner .VisionInnerWrapper .content .label,
  .SustainabilityPlan .SustainabilityPlanInner .attemptInnerWrapper .content .label,
  .SustainabilityPlan .SustainabilityPlanInner .SustainabilityInnerWrapper .content .label {
    font-size: 1.125em;
    padding-left: var(--site--container--gutter);
  }
  .careerPlan .careerPlanInner .careerPlanInnerWrapper .content h2,
  .careerPlan .careerPlanInner .VisionInnerWrapper .content h2,
  .careerPlan .careerPlanInner .attemptInnerWrapper .content h2,
  .careerPlan .careerPlanInner .SustainabilityInnerWrapper .content h2,
  .careerPlan .VisionInner .careerPlanInnerWrapper .content h2,
  .careerPlan .VisionInner .VisionInnerWrapper .content h2,
  .careerPlan .VisionInner .attemptInnerWrapper .content h2,
  .careerPlan .VisionInner .SustainabilityInnerWrapper .content h2,
  .careerPlan .attemptInner .careerPlanInnerWrapper .content h2,
  .careerPlan .attemptInner .VisionInnerWrapper .content h2,
  .careerPlan .attemptInner .attemptInnerWrapper .content h2,
  .careerPlan .attemptInner .SustainabilityInnerWrapper .content h2,
  .careerPlan .SustainabilityPlanInner .careerPlanInnerWrapper .content h2,
  .careerPlan .SustainabilityPlanInner .VisionInnerWrapper .content h2,
  .careerPlan .SustainabilityPlanInner .attemptInnerWrapper .content h2,
  .careerPlan .SustainabilityPlanInner .SustainabilityInnerWrapper .content h2,
  .Vision .careerPlanInner .careerPlanInnerWrapper .content h2,
  .Vision .careerPlanInner .VisionInnerWrapper .content h2,
  .Vision .careerPlanInner .attemptInnerWrapper .content h2,
  .Vision .careerPlanInner .SustainabilityInnerWrapper .content h2,
  .Vision .VisionInner .careerPlanInnerWrapper .content h2,
  .Vision .VisionInner .VisionInnerWrapper .content h2,
  .Vision .VisionInner .attemptInnerWrapper .content h2,
  .Vision .VisionInner .SustainabilityInnerWrapper .content h2,
  .Vision .attemptInner .careerPlanInnerWrapper .content h2,
  .Vision .attemptInner .VisionInnerWrapper .content h2,
  .Vision .attemptInner .attemptInnerWrapper .content h2,
  .Vision .attemptInner .SustainabilityInnerWrapper .content h2,
  .Vision .SustainabilityPlanInner .careerPlanInnerWrapper .content h2,
  .Vision .SustainabilityPlanInner .VisionInnerWrapper .content h2,
  .Vision .SustainabilityPlanInner .attemptInnerWrapper .content h2,
  .Vision .SustainabilityPlanInner .SustainabilityInnerWrapper .content h2,
  .attempt .careerPlanInner .careerPlanInnerWrapper .content h2,
  .attempt .careerPlanInner .VisionInnerWrapper .content h2,
  .attempt .careerPlanInner .attemptInnerWrapper .content h2,
  .attempt .careerPlanInner .SustainabilityInnerWrapper .content h2,
  .attempt .VisionInner .careerPlanInnerWrapper .content h2,
  .attempt .VisionInner .VisionInnerWrapper .content h2,
  .attempt .VisionInner .attemptInnerWrapper .content h2,
  .attempt .VisionInner .SustainabilityInnerWrapper .content h2,
  .attempt .attemptInner .careerPlanInnerWrapper .content h2,
  .attempt .attemptInner .VisionInnerWrapper .content h2,
  .attempt .attemptInner .attemptInnerWrapper .content h2,
  .attempt .attemptInner .SustainabilityInnerWrapper .content h2,
  .attempt .SustainabilityPlanInner .careerPlanInnerWrapper .content h2,
  .attempt .SustainabilityPlanInner .VisionInnerWrapper .content h2,
  .attempt .SustainabilityPlanInner .attemptInnerWrapper .content h2,
  .attempt .SustainabilityPlanInner .SustainabilityInnerWrapper .content h2,
  .SustainabilityPlan .careerPlanInner .careerPlanInnerWrapper .content h2,
  .SustainabilityPlan .careerPlanInner .VisionInnerWrapper .content h2,
  .SustainabilityPlan .careerPlanInner .attemptInnerWrapper .content h2,
  .SustainabilityPlan .careerPlanInner .SustainabilityInnerWrapper .content h2,
  .SustainabilityPlan .VisionInner .careerPlanInnerWrapper .content h2,
  .SustainabilityPlan .VisionInner .VisionInnerWrapper .content h2,
  .SustainabilityPlan .VisionInner .attemptInnerWrapper .content h2,
  .SustainabilityPlan .VisionInner .SustainabilityInnerWrapper .content h2,
  .SustainabilityPlan .attemptInner .careerPlanInnerWrapper .content h2,
  .SustainabilityPlan .attemptInner .VisionInnerWrapper .content h2,
  .SustainabilityPlan .attemptInner .attemptInnerWrapper .content h2,
  .SustainabilityPlan .attemptInner .SustainabilityInnerWrapper .content h2,
  .SustainabilityPlan .SustainabilityPlanInner .careerPlanInnerWrapper .content h2,
  .SustainabilityPlan .SustainabilityPlanInner .VisionInnerWrapper .content h2,
  .SustainabilityPlan .SustainabilityPlanInner .attemptInnerWrapper .content h2,
  .SustainabilityPlan .SustainabilityPlanInner .SustainabilityInnerWrapper .content h2 {
    font-size: 2em;
    padding-left: var(--site--container--gutter);
  }
  .careerPlan .careerPlanInner .careerPlanInnerWrapper .content > img,
  .careerPlan .careerPlanInner .VisionInnerWrapper .content > img,
  .careerPlan .careerPlanInner .attemptInnerWrapper .content > img,
  .careerPlan .careerPlanInner .SustainabilityInnerWrapper .content > img,
  .careerPlan .VisionInner .careerPlanInnerWrapper .content > img,
  .careerPlan .VisionInner .VisionInnerWrapper .content > img,
  .careerPlan .VisionInner .attemptInnerWrapper .content > img,
  .careerPlan .VisionInner .SustainabilityInnerWrapper .content > img,
  .careerPlan .attemptInner .careerPlanInnerWrapper .content > img,
  .careerPlan .attemptInner .VisionInnerWrapper .content > img,
  .careerPlan .attemptInner .attemptInnerWrapper .content > img,
  .careerPlan .attemptInner .SustainabilityInnerWrapper .content > img,
  .careerPlan .SustainabilityPlanInner .careerPlanInnerWrapper .content > img,
  .careerPlan .SustainabilityPlanInner .VisionInnerWrapper .content > img,
  .careerPlan .SustainabilityPlanInner .attemptInnerWrapper .content > img,
  .careerPlan .SustainabilityPlanInner .SustainabilityInnerWrapper .content > img,
  .Vision .careerPlanInner .careerPlanInnerWrapper .content > img,
  .Vision .careerPlanInner .VisionInnerWrapper .content > img,
  .Vision .careerPlanInner .attemptInnerWrapper .content > img,
  .Vision .careerPlanInner .SustainabilityInnerWrapper .content > img,
  .Vision .VisionInner .careerPlanInnerWrapper .content > img,
  .Vision .VisionInner .VisionInnerWrapper .content > img,
  .Vision .VisionInner .attemptInnerWrapper .content > img,
  .Vision .VisionInner .SustainabilityInnerWrapper .content > img,
  .Vision .attemptInner .careerPlanInnerWrapper .content > img,
  .Vision .attemptInner .VisionInnerWrapper .content > img,
  .Vision .attemptInner .attemptInnerWrapper .content > img,
  .Vision .attemptInner .SustainabilityInnerWrapper .content > img,
  .Vision .SustainabilityPlanInner .careerPlanInnerWrapper .content > img,
  .Vision .SustainabilityPlanInner .VisionInnerWrapper .content > img,
  .Vision .SustainabilityPlanInner .attemptInnerWrapper .content > img,
  .Vision .SustainabilityPlanInner .SustainabilityInnerWrapper .content > img,
  .attempt .careerPlanInner .careerPlanInnerWrapper .content > img,
  .attempt .careerPlanInner .VisionInnerWrapper .content > img,
  .attempt .careerPlanInner .attemptInnerWrapper .content > img,
  .attempt .careerPlanInner .SustainabilityInnerWrapper .content > img,
  .attempt .VisionInner .careerPlanInnerWrapper .content > img,
  .attempt .VisionInner .VisionInnerWrapper .content > img,
  .attempt .VisionInner .attemptInnerWrapper .content > img,
  .attempt .VisionInner .SustainabilityInnerWrapper .content > img,
  .attempt .attemptInner .careerPlanInnerWrapper .content > img,
  .attempt .attemptInner .VisionInnerWrapper .content > img,
  .attempt .attemptInner .attemptInnerWrapper .content > img,
  .attempt .attemptInner .SustainabilityInnerWrapper .content > img,
  .attempt .SustainabilityPlanInner .careerPlanInnerWrapper .content > img,
  .attempt .SustainabilityPlanInner .VisionInnerWrapper .content > img,
  .attempt .SustainabilityPlanInner .attemptInnerWrapper .content > img,
  .attempt .SustainabilityPlanInner .SustainabilityInnerWrapper .content > img,
  .SustainabilityPlan .careerPlanInner .careerPlanInnerWrapper .content > img,
  .SustainabilityPlan .careerPlanInner .VisionInnerWrapper .content > img,
  .SustainabilityPlan .careerPlanInner .attemptInnerWrapper .content > img,
  .SustainabilityPlan .careerPlanInner .SustainabilityInnerWrapper .content > img,
  .SustainabilityPlan .VisionInner .careerPlanInnerWrapper .content > img,
  .SustainabilityPlan .VisionInner .VisionInnerWrapper .content > img,
  .SustainabilityPlan .VisionInner .attemptInnerWrapper .content > img,
  .SustainabilityPlan .VisionInner .SustainabilityInnerWrapper .content > img,
  .SustainabilityPlan .attemptInner .careerPlanInnerWrapper .content > img,
  .SustainabilityPlan .attemptInner .VisionInnerWrapper .content > img,
  .SustainabilityPlan .attemptInner .attemptInnerWrapper .content > img,
  .SustainabilityPlan .attemptInner .SustainabilityInnerWrapper .content > img,
  .SustainabilityPlan .SustainabilityPlanInner .careerPlanInnerWrapper .content > img,
  .SustainabilityPlan .SustainabilityPlanInner .VisionInnerWrapper .content > img,
  .SustainabilityPlan .SustainabilityPlanInner .attemptInnerWrapper .content > img,
  .SustainabilityPlan .SustainabilityPlanInner .SustainabilityInnerWrapper .content > img {
    display: block;
    width: 100%;
    margin: 40px 0 0;
  }
  .attempt .list div {
    box-sizing: border-box;
    margin: 0 var(--site--container--gutter) 0 0;
    padding: 38px 24px 34px var(--site--container--gutter) !important;
    width: calc(100% - var(--site--container--gutter));
  }
  .service .serviceWrapperInner {
    padding: 0 var(--site--container--gutter) !important;
  }
  .service .serviceWrapperInner .columns {
    grid-template-columns: 1fr !important;
  }
  .service .serviceWrapperInner .columns .Button {
    grid-row: 3;
    gap: 0 !important;
    padding-bottom: 24px;
  }
  .service .serviceWrapperInner .columns .contents {
    grid-column: 1 !important;
    grid-row: 2 !important;
    gap: 15px !important;
  }
  .service .serviceWrapperInner .columns .contents .content {
    padding: 0 !important;
  }
  .entrybuttons .bottom {
    padding: 0 var(--site--container--gutter) !important;
  }
  .entrybuttons .bottom .columns {
    gap: 2px !important;
    grid-template-columns: repeat(1, 1fr) !important;
    margin: 0 calc(-1 * var(--site--container--gutter));
  }
  .entrybuttons .bottom .columns .content {
    min-height: 160px !important;
  }
  .entrybuttons .bottom .columns .content .button a {
    width: 160px !important;
    padding: 8px !important;
    font-size: 14px !important;
  }
  .entry .top {
    padding: 0 var(--site--container--gutter) !important;
  }
  .entry .bottom a {
    width: 240px !important;
    font-size: 16px !important;
    padding: 16px 1.5em !important;
  }
  .question .inner {
    padding: 0 var(--site--container--gutter) !important;
  }
  .question .inner .row {
    grid-template-columns: 1fr !important;
  }
  .question .inner .row h3 {
    margin: 0 !important;
  }
  .question .inner .row .list ul {
    margin: 0 calc(var(--site--container--gutter) * -1);
  }
  .project {
    background-image: linear-gradient(180deg, white 0%, white 25%, var(--borderGray100) 25%, var(--borderGray100) 100%);
  }
  .project .top {
    padding: 0 var(--site--container--gutter) !important;
  }
  .project .bottom .inner {
    padding: 0 var(--site--container--gutter) !important;
  }
  .project .bottom .button a {
    width: 240px !important;
    font-size: 16px !important;
    padding: 16px 1.5em !important;
  }
  .about .top {
    padding: 0 var(--site--container--gutter) !important;
  }
  .about .bottom .inner {
    padding: 0 var(--site--container--gutter) !important;
  }
  .about .bottom .inner .row {
    gap: 12px !important;
  }
  .about .bottom .inner .row a {
    width: 100% !important;
  }
}
@media screen and (max-width: 1004px) {
  footer {
    padding: 1.375em 0 1.5em !important;
  }
  footer .inner {
    padding: 0 var(--site--container--gutter) !important;
  }
  footer .inner .top {
    gap: 48px var(--site--container--gutter) !important;
    grid-template-columns: 1fr !important;
  }
}
@media screen and (max-width: 1004px) and (max-width: 1300px) {
  footer .inner .top > a {
    gap: 8px !important;
    margin-top: 0 !important;
  }
  footer .inner .top nav {
    margin: 0 !important;
  }
  footer .inner .top nav > ul {
    grid-template-columns: repeat(4, 1fr);
  }
}
@media screen and (max-width: 1004px) {
  footer .inner .bottom {
    gap: 48px var(--site--container--gutter) !important;
    grid-template-columns: 1fr !important;
  }
  footer .inner .bottom .copyright small {
    margin: 0 auto 0 0 !important;
  }
}
@media screen and (min-width: 1300px) {
  .menuToggler {
    display: none !important;
  }
}
.about {
  margin-top: 96px;
  margin-bottom: 96px;
}
.about .top {
  padding: 0 4em;
  text-align: center;
}
.about .top h5 {
  font-size: 1em;
  line-height: 1.6;
  margin: 0 0 1.82em;
  font-weight: bold;
}
.about .bottom .inner {
  padding: 0 4em;
}
.about .bottom .inner .row {
  justify-content: center;
  gap: 16px;
  display: flex;
  flex-wrap: wrap;
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
  gap: 16px;
}
.about .bottom .inner .row a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: auto;
  padding: 8px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
.about .bottom .inner .row a:hover {
  background-color: #F5F5F5;
}
.about .bottom .inner .row a {
  font-size: 14px;
  pointer-events: none;
}

.about.active {
  display: none;
}

footer {
  background-color: var(--borderGray100);
  padding: 48px 0 1.5em;
}
footer .inner {
  padding: 0 4em;
}
footer .inner .top {
  display: grid;
  gap: 2.25em 1.5em;
  grid-template-columns: auto 1fr;
}
footer .inner .top a {
  gap: 8px;
  margin-top: 0;
  display: flex;
}
footer .inner .top a img {
  height: 24px;
  width: auto;
}
footer .inner .top a span {
  font-weight: 700;
  font-size: 0.75em;
  margin-top: 11px;
}
footer .inner .top nav {
  margin: 0 0 0 auto;
}
footer .inner .top nav > ul {
  display: grid;
  gap: 1.5em;
  grid-template-columns: repeat(4, minmax(11.5em, 1fr));
  list-style: none;
  margin: 0;
  padding: 0;
}
footer .inner .top nav > ul > li {
  font-size: 0.75em;
  line-height: 1.6;
}
footer .inner .top nav > ul > li ul {
  margin: 1em 0 0;
  padding: 0;
}
footer .inner .top nav > ul > li ul li {
  line-height: 1.6;
}
footer .inner .top nav > ul > li ul li:not(:first-of-type) {
  margin: 1em 0 0;
}
footer .inner .top nav > ul > li ul li a {
  display: block;
  text-decoration: none;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
footer .inner .bottom {
  margin: 2.25em 0 0;
  display: grid;
  gap: 2.25em 1.5em;
  grid-template-columns: auto 1fr;
}
footer .inner .bottom .extra {
  display: flex;
  gap: 1em;
}
footer .inner .bottom .extra a {
  font-size: 0.75em;
  text-decoration: none;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
footer .inner .bottom .copyright small {
  font-size: 0.75em;
  margin: 0 0 0 auto;
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
  display: block;
}

footer.active {
  display: none;
}

.archivePage {
  margin: 6em 0 0;
}
.archivePage > .inner {
  padding: 0 4em;
}
.archivePage > .inner .top > .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 16px;
}
.archivePage > .inner .top > h2 {
  line-height: 1.6;
  margin: 16px 0 0;
  font-size: 48px;
  font-weight: bold;
}
.archivePage > .inner .top p {
  line-height: 1.8;
  margin: 24px 0 0;
  font-size: 16px;
}
.archivePage > .inner .bottom {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 40px 0 0;
}
.archivePage > .inner .bottom figure {
  margin: 0;
  position: relative;
  transition: 0.3s;
}
.archivePage > .inner .bottom figure img {
  width: 100%;
  height: auto;
}
.archivePage > .inner .bottom .content {
  padding: 24px;
}
.archivePage > .inner .bottom .content h3 {
  font-size: 1.75em;
  line-height: 1.6;
  margin: 0 0 12px;
  color: var(--borderGray900);
  font-weight: bold;
}
.archivePage > .inner .bottom .content .detail {
  color: var(--borderGray600);
  font-size: 0.875em;
  line-height: 1.6;
}
.archivePage > .inner .bottom .content .button {
  display: block;
  font-weight: 700;
  margin: 24px 0 0 auto;
  padding: 0 20px 0 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: var(--site--color--default);
}
.archivePage > .inner .bottom .content .button::after {
  background-image: url(image/arrowRight.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.archivePage > .inner .page-numbers {
  display: flex;
  align-items: center;
  justify-content: center;
  gap: 15px;
  font-size: 20px;
  margin-top: 20px;
}
.archivePage > .inner .page-numbers > li > span,
.archivePage > .inner .page-numbers > li > a {
  width: 35px;
  height: 35px;
  color: #333;
  border: 1px solid currentColor;
  border-radius: 5px;
  display: grid;
  place-content: center;
}
.archivePage > .inner .page-numbers > li > span {
  opacity: 0.4;
}
.archivePage > .inner .archiveLast {
  margin: 40px 0 0;
  padding: 4em;
}
.archivePage > .inner .archiveLast .inner {
  margin: 0 auto;
  max-width: 808px;
}
.archivePage > .inner .archiveLast .inner .row {
  display: grid;
  grid-template-columns: auto 1fr;
}
.archivePage > .inner .archiveLast .inner .row figure {
  position: relative;
  transition: 0.3s;
}
.archivePage > .inner .archiveLast .inner .row figure img {
  width: 288px;
}
.archivePage > .inner .archiveLast .inner .row .text {
  background-color: var(--borderGray100);
  display: flex;
  flex-direction: column;
  gap: 12px 0;
  justify-content: space-between;
  padding: 40px;
}
.archivePage > .inner .archiveLast .inner .row .text .label {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
}
.archivePage > .inner .archiveLast .inner .row .text h2 {
  font-size: 18px;
  margin: 4px 0 0;
  font-weight: bold;
}
.archivePage > .inner .archiveLast .inner .row .text p {
  display: block;
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 0 auto;
  padding: 0 20px 0 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
}
.archivePage > .inner .archiveLast .inner .row .text p::after {
  background-image: url(image/arrowRight.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.archivePage > .inner .archiveOther {
  margin: 6em 0 0;
  padding: 0 0 24px;
}
.archivePage > .inner .archiveOther ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.archivePage > .inner .archiveOther ul li {
  font-size: 12px;
}
.archivePage > .inner .archiveOther ul li a {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
.archivePage > .inner .archiveOther ul li:not(:first-of-type) {
  padding: 0 0 0 24px;
  position: relative;
}
.archivePage > .inner .archiveOther ul li:not(:first-of-type)::before {
  background-image: url(image/arrowRightGray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 14px;
  left: 8px;
  position: absolute;
  width: 8px;
}

@media screen and (max-width: 768px) {
  .archivePage > .inner .bottom {
    grid-template-columns: 1fr;
  }
  .archivePage > .inner .bottom .content {
    padding: 20px 0;
  }
  .archivePage > .inner .bottom .content h3 {
    font-size: 1.5em;
  }
  .archivePage > .inner .archiveLast {
    padding: 0 0.9375em;
  }
  .archivePage > .inner .archiveLast .inner .row {
    grid-template-columns: 1fr;
  }
  .archivePage > .inner .archiveLast .inner .row img {
    width: 100% !important;
  }
  .archivePage > .inner .archiveLast .inner .row .text {
    padding: 15px;
  }
}
.stuffDetail {
  margin: 6em 0 0;
}
.stuffDetail .inner {
  padding: 0 4em;
}
.stuffDetail .inner .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0 0 16px;
}
.stuffDetail .inner h1 {
  font-size: 40px;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
}
.stuffDetail .cover {
  margin: 40px 0 0;
  margin: 0;
}
.stuffDetail .cover img {
  height: auto;
  width: 100%;
}
.stuffDetail .profile {
  margin-top: 40px;
  display: grid;
  grid-template-columns: 287px 1fr;
  gap: 24px;
  padding: 0 4em;
}
.stuffDetail .profile .profileName {
  font-size: 14px;
  color: var(--borderGray600);
  line-height: 1.6;
  margin: 0 0 0.67em;
}
.stuffDetail .profile .profileDetail {
  font-size: 14px;
  line-height: 1.6;
  margin: 0 0 0.67em;
}

.InnerviewContainer {
  margin-top: 56px;
}
.InnerviewContainer .inner {
  padding: 0 4em;
}
.InnerviewContainer .inner .contents {
  margin-bottom: 32px;
}
.InnerviewContainer .inner .contents .row {
  display: grid;
  align-items: flex-start;
  gap: 40px 128px;
}
.InnerviewContainer .inner .contents .row figure {
  margin: 0;
}
.InnerviewContainer .inner .contents .row figure img {
  width: 100%;
  height: auto;
}
.InnerviewContainer .inner .contents .row .content {
  padding: 0;
  max-width: none;
}
.InnerviewContainer .inner .contents .row .content h2 {
  line-height: 1.6;
  margin: 0 0 0.67em;
  font-size: 28px;
  font-weight: bold;
}
.InnerviewContainer .inner .contents .row .content p {
  line-height: 1.8;
  margin-bottom: 40px;
  font-size: 16px;
}
.InnerviewContainer .inner .contents:first-of-type .row, .InnerviewContainer .inner .contents:last-of-type .row {
  grid-template-columns: 500fr 630fr;
}
.InnerviewContainer .inner .contents:first-of-type .row figure, .InnerviewContainer .inner .contents:last-of-type .row figure {
  grid-column: 2;
}
.InnerviewContainer .inner .contents:first-of-type .row figure img, .InnerviewContainer .inner .contents:last-of-type .row figure img {
  margin: 0 0 0 auto;
}
.InnerviewContainer .inner .contents:first-of-type .row .content, .InnerviewContainer .inner .contents:last-of-type .row .content {
  grid-column: 1;
  grid-row: 1;
}
.InnerviewContainer .inner .contents:nth-of-type(2) .row {
  grid-template-columns: 630fr 500fr;
}

.example {
  background-color: var(--borderGray100);
  padding: 96px 0;
  margin-top: 40px;
}
.example .inner {
  padding: 0 4em;
}
.example .inner .row {
  display: grid;
  align-items: center;
  grid-template-columns: calc(50% - 117px) auto;
}
.example .inner .row figure {
  margin: 0;
}
.example .inner .row figure img {
  width: 100%;
  height: auto;
}
.example .inner .row .content {
  padding: 0 0 0 128px;
  max-width: 47em;
}
.example .inner .row .content h2 {
  line-height: 1.6;
  margin: 0 0 0.67em;
  font-size: 28px;
  font-weight: bold;
}
.example .inner .row .content p {
  margin-top: 24px;
  margin-bottom: 0;
  line-height: 1.8;
  font-size: 16px;
}

.note {
  line-height: 1.8;
  margin: 24px 0 0;
  text-align: right;
}
.note .inner {
  padding: 0 4em;
}
.note .inner small {
  padding-top: 16px;
  font-size: 12px;
  color: var(--borderGray600);
  display: inline-block;
}

.otherInterview {
  margin: 6em 0 0;
}
.otherInterview .inner {
  padding: 0 4em;
}
.otherInterview .inner h3 {
  font-size: 1.375em;
  line-height: 1.6;
  margin: 0 0 24px;
  font-weight: bold;
}
.otherInterview .inner .wrapper {
  display: grid;
  grid-template-columns: 1fr 1fr 1fr;
  gap: 24px;
  margin: 40px 0 0;
}
.otherInterview .inner .wrapper figure {
  margin: 0;
  position: relative;
  transition: 0.3s;
}
.otherInterview .inner .wrapper figure img {
  width: 100%;
  height: auto;
}
.otherInterview .inner .wrapper .content {
  padding: 24px;
}
.otherInterview .inner .wrapper .content h3 {
  font-size: 1.75em;
  line-height: 1.6;
  margin: 0 0 12px;
  color: var(--borderGray900);
  font-weight: bold;
}
.otherInterview .inner .wrapper .content .detail {
  color: var(--borderGray600);
  font-size: 0.875em;
  line-height: 1.6;
}
.otherInterview .inner .wrapper .content .button {
  display: block;
  font-weight: 700;
  margin: 24px 0 0 auto;
  padding: 0 20px 0 0;
  position: relative;
  width: -moz-fit-content;
  width: fit-content;
  text-decoration: none;
  color: var(--site--color--default);
}
.otherInterview .inner .wrapper .content .button::after {
  background-image: url(image/arrowRight.svg);
  background-repeat: no-repeat;
  content: "";
  display: block;
  height: 16px;
  position: absolute;
  right: 0;
  top: 50%;
  transform: translateY(-50%);
  width: 16px;
}
.otherInterview .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.otherInterview .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 370px;
  padding: 1.1111111111em 1.7777777778em;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
.otherInterview .button a:hover {
  background-color: #F5F5F5;
}
.otherInterview .button a {
  font-weight: bold;
}
.otherInterview .archiveOther {
  margin: 6em 0 0;
  padding: 0 0 24px;
  padding: 0 4em 24px 4em;
}
.otherInterview .archiveOther ul {
  display: flex;
  flex-wrap: wrap;
  gap: 8px 0;
  list-style: none;
  margin: 0;
  padding: 0;
}
.otherInterview .archiveOther ul li {
  font-size: 12px;
}
.otherInterview .archiveOther ul li a {
  width: -moz-fit-content;
  width: fit-content;
  font-weight: 400;
}
.otherInterview .archiveOther ul li:not(:first-of-type) {
  padding: 0 0 0 24px;
  position: relative;
}
.otherInterview .archiveOther ul li:not(:first-of-type)::before {
  background-image: url(image/arrowRightGray.svg);
  background-repeat: no-repeat;
  background-size: contain;
  background-position: center;
  content: "";
  display: block;
  height: 14px;
  left: 8px;
  position: absolute;
  width: 8px;
}

@media screen and (max-width: 1004px) {
  .stuffDetail .inner {
    padding: 0 0.9375em;
  }
  .stuffDetail .profile {
    grid-template-columns: 1fr;
    gap: 0;
    padding: 0 0.9375em;
  }
  .stuffDetail .profile .profileDetail {
    font-size: 12px;
    line-height: 1.6;
  }
  .InnerviewContainer .inner {
    padding: 0 0.9375em;
  }
  .InnerviewContainer .inner .contents .row {
    grid-template-columns: 1fr !important;
  }
  .InnerviewContainer .inner .contents .row figure {
    grid-column: 1 !important;
  }
  .InnerviewContainer .inner .contents .row .content {
    grid-column: 1 !important;
    grid-row: 2 !important;
  }
  .example .inner .row {
    grid-template-columns: 1fr;
  }
  .example .inner .row .content {
    padding: 0 !important;
    margin-top: 24px;
  }
  .example .inner .row .content h2 {
    font-size: 24px;
  }
  .otherInterview .inner {
    padding: 0 0.9375em;
  }
  .otherInterview .inner .wrapper {
    grid-template-columns: 1fr;
  }
  .otherInterview .inner .wrapper .content h3 {
    font-size: 1.5em;
  }
}
.presentationRow {
  align-items: center;
  display: grid;
  grid-template-columns: 590fr 506fr;
}
.presentationRow figure {
  margin: 0;
}
.presentationRow figure img {
  height: auto;
  width: 100%;
  display: block;
}
.presentationRow .content {
  padding: 0 4em 0 128px;
  max-width: 36.5em;
}
.presentationRow .content .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.presentationRow .content h2 {
  font-size: 36px;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
}
.presentationRow .content p {
  line-height: 1.8;
  margin-bottom: 40px;
  margin: 1.5em 0 0;
  font-size: 16px;
}

.isReverseInner .isReverseInnerWrapper {
  justify-content: flex-end;
  grid-template-columns: auto calc(50% + 5.75em);
  align-items: center;
  display: grid;
}
.isReverseInner .isReverseInnerWrapper figure {
  flex-grow: 1;
}
.isReverseInner .isReverseInnerWrapper figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
.isReverseInner .isReverseInnerWrapper .content {
  background-color: white;
  padding: 0 128px 0 4em;
  position: relative;
  width: auto;
  z-index: 10;
}
.isReverseInner .isReverseInnerWrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
.isReverseInner .isReverseInnerWrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
.isReverseInner .isReverseInnerWrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
.isReverseInner .isReverseInnerWrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
.isReverseInner .isReverseInnerWrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.isReverseInner .isReverseInnerWrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
.isReverseInner .isReverseInnerWrapper .content .button a:hover {
  background-color: #F5F5F5;
}

.senior {
  margin: 6em 0 0;
}
.senior .inner {
  padding: 0 4em;
}
.senior .inner > h3 {
  font-size: 1.375em;
  line-height: 1.6;
  margin: 0 0 24px;
  font-weight: bold;
}
.senior .inner p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
.senior .inner .bottom {
  margin: 40px 0;
}
.senior .inner .bottom .grid {
  border: solid 1px var(--borderGray300);
  display: grid;
  gap: 0 24px;
  grid-template-columns: auto 1fr;
}
.senior .inner .bottom .grid figure {
  align-items: flex-end;
  display: flex;
  grid-row: 1/3;
  margin: 0;
  max-width: 288px;
}
.senior .inner .bottom .grid figure img {
  width: 100%;
  height: auto;
}
.senior .inner .bottom .grid > .content {
  display: flex;
  flex-direction: column;
  grid-column: 2;
  justify-content: flex-end;
  padding: 24px 40px 0 0;
}
.senior .inner .bottom .grid > .content h4 {
  font-size: 18px;
  margin: 20px 0 0;
  line-height: 1.6;
  font-weight: bold;
}
.senior .inner .bottom .grid > .content p {
  color: var(--borderGray600);
  margin: 8px 0 16px 0;
  font-size: 14px;
  line-height: 1.6;
}
.senior .inner .bottom .grid .flow {
  grid-column: 2;
  padding: 0 40px 24px 0;
}
.senior .inner .bottom .grid .flow .row.gridFive {
  grid-template-columns: repeat(5, 1fr);
}
.senior .inner .bottom .grid .flow .row {
  display: grid;
  flex-grow: 1;
  gap: 4px 20px;
  grid-template-columns: repeat(4, 1fr);
}
.senior .inner .bottom .grid .flow .row .content {
  margin: 0;
}
.senior .inner .bottom .grid .flow .row .content .bar {
  align-items: center;
  display: flex;
  gap: 4px 20px;
}
.senior .inner .bottom .grid .flow .row .content .bar::before {
  background-color: currentColor;
  border-radius: 100%;
  content: "";
  display: block;
  height: 12px;
  min-height: 12px;
  margin: 7px;
  width: 12px;
  min-width: 12px;
}
.senior .inner .bottom .grid .flow .row .content .bar::after {
  background-color: currentColor;
  border-radius: 999px;
  content: "";
  display: block;
  flex-grow: 1;
  height: 2px;
  width: 100%;
}
.senior .inner .bottom .grid .flow .row .content .text h3 {
  line-height: 1.4;
  margin: 0 0 8px;
  font-size: 12px;
}
.senior .inner .bottom .grid .flow .row .content .text p {
  line-height: 1.6;
  font-size: 12px;
  margin: 0;
}

.information {
  margin: 40px 0 0;
}
.information .inner {
  padding: 0 4em;
}
.information .inner .columns {
  display: grid;
  gap: 40px 24px;
  grid-template-columns: repeat(3, 1fr) !important;
}
.information .inner .columns .wrapper {
  height: 100%;
}
.information .inner .columns .wrapper .content {
  min-height: auto;
  justify-content: flex-start;
  background-color: var(--borderGray100);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  height: 100%;
  padding: 40px;
}
.information .inner .columns .wrapper .content .label {
  font-size: 0.875em;
  font-weight: 700;
  line-height: 1.6;
}
.information .inner .columns .wrapper .content h4 {
  line-height: 1.76;
  margin: 0 0 10px;
  text-align: left;
  font-size: 18px;
  font-weight: bold;
}
.information .inner .columns .wrapper .content p {
  font-size: 14px;
  margin: 0;
  line-height: 1.8;
  margin-bottom: 0;
  text-align: left;
}

.education {
  background-color: var(--borderGray100);
  padding: 64px 0;
  margin-top: 96px;
}
.education .inner {
  padding: 0 4em;
}
.education .inner .row {
  display: grid;
  grid-template-columns: 288px 1fr;
  gap: 128px;
  align-items: flex-start;
  margin: 0;
}
.education .inner .row .title h3 {
  margin-top: 64px;
  font-size: 22px;
  font-weight: bold;
}
.education .inner .row .contents .content {
  background-color: white;
  margin-bottom: 24px;
  padding: 40px;
  display: grid;
  gap: 8px 24px;
  grid-template-columns: 1fr;
}
.education .inner .row .contents .content h3 {
  font-size: 1.125em;
  line-height: 1.6;
  margin: 0;
  font-weight: bold;
}
.education .inner .row .contents .content p {
  line-height: 1.8;
  margin-top: 0;
  margin-bottom: 0;
  font-size: 14px;
}

@media screen and (max-width: 1004px) {
  .archivePage .inner {
    padding: 0 0.9375em !important;
  }
  .archivePage .inner > .top > h2 {
    font-size: 40px;
  }
  .presentationRow {
    grid-template-columns: 1fr;
  }
  .presentationRow .content {
    margin: 24px 0 0;
    padding: 0 0.9375em;
    max-width: 100%;
  }
  .isReverseInnerWrapper {
    display: none !important;
  }
  .information .inner .columns {
    gap: 24px !important;
    grid-template-columns: 1fr !important;
    margin: 0 0.9375em;
  }
  .education {
    padding: 40px 0;
  }
  .education .inner {
    padding: 0 0.9375em;
  }
  .education .inner .row {
    gap: 40px;
    grid-template-columns: 1fr;
  }
}
@media screen and (max-width: 768px) {
  .senior .inner .bottom .grid {
    grid-template-columns: 105fr 225fr;
  }
  .senior .inner .bottom .grid figure {
    grid-row: 1/2;
  }
  .senior .inner .bottom .grid > .content {
    padding: 0 20px 0 0;
  }
  .senior .inner .bottom .grid .flow {
    grid-column: 1/3;
    margin: 40px 0 0;
    padding: 0 20px;
    padding-bottom: 20px;
  }
  .senior .inner .bottom .grid .flow .row,
  .senior .inner .bottom .grid .flow .gridFive {
    grid-template-columns: 1fr !important;
  }
  .senior .inner .bottom .grid .flow .row .content,
  .senior .inner .bottom .grid .flow .gridFive .content {
    display: flex;
    gap: 16px;
  }
  .senior .inner .bottom .grid .flow .row .content .bar,
  .senior .inner .bottom .grid .flow .gridFive .content .bar {
    flex-direction: column;
  }
  .senior .inner .bottom .grid .flow .row .content .bar::after,
  .senior .inner .bottom .grid .flow .gridFive .content .bar::after {
    height: 100%;
    width: 2px;
  }
}
.pageVision {
  margin-top: 24px;
}

.keyvisual .inner .wrapper {
  justify-content: flex-end;
  grid-template-columns: auto calc(50% + 5.75em);
  align-items: center;
  display: grid;
}
.keyvisual .inner .wrapper figure {
  flex-grow: 1;
}
.keyvisual .inner .wrapper figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
.keyvisual .inner .wrapper .content {
  background-color: white;
  padding: 0 128px 0 4em;
  position: relative;
  width: auto;
  z-index: 10;
}
.keyvisual .inner .wrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
.keyvisual .inner .wrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
.keyvisual .inner .wrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
.keyvisual .inner .wrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
.keyvisual .inner .wrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.keyvisual .inner .wrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
.keyvisual .inner .wrapper .content .button a:hover {
  background-color: #F5F5F5;
}
.keyvisual .inner .wrapper h2 {
  font-size: 48px !important;
}

.businessContent .inner .wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 590fr 506fr;
}
.businessContent .inner .wrapper figure {
  margin: 0;
}
.businessContent .inner .wrapper figure img {
  height: auto;
  width: 100%;
  display: block;
}
.businessContent .inner .wrapper .content {
  padding: 0 4em 0 128px;
  max-width: 36.5em;
}
.businessContent .inner .wrapper .content .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.businessContent .inner .wrapper .content h2 {
  font-size: 36px;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
}
.businessContent .inner .wrapper .content p {
  line-height: 1.8;
  margin-bottom: 40px;
  margin: 1.5em 0 0;
  font-size: 16px;
}

.mission {
  margin-top: -24px;
  position: relative;
  z-index: 10;
}
.mission .inner {
  padding: 0 4em;
}
.mission .inner .content {
  background-color: var(--borderGray100);
  padding: 40px;
}
.mission .inner .content .columns {
  align-items: flex-start;
  display: flex;
  gap: 12px clamp(64px, 0.0946745562vw, 128px);
}
.mission .inner .content .columns h3 {
  font-weight: bold;
  margin: 0;
  white-space: nowrap;
}
.mission .inner .content .columns .text {
  font-size: 0.875em;
  line-height: 1.6;
}
.mission .inner .content .columns .text ol {
  padding: 0 0 0 1.4285714286em;
  margin-bottom: 0;
  margin-top: 0;
}
.mission .inner .content .columns .text ol li:not(:first-of-type) {
  margin-top: 8px;
}

.life .inner .wrapper {
  justify-content: flex-end;
  grid-template-columns: auto calc(50% + 5.75em);
  align-items: center;
  display: grid;
}
.life .inner .wrapper figure {
  flex-grow: 1;
}
.life .inner .wrapper figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
.life .inner .wrapper .content {
  background-color: white;
  padding: 0 128px 0 4em;
  position: relative;
  width: auto;
  z-index: 10;
}
.life .inner .wrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
.life .inner .wrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
.life .inner .wrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
.life .inner .wrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
.life .inner .wrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.life .inner .wrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
.life .inner .wrapper .content .button a:hover {
  background-color: #F5F5F5;
}

.storeList,
.dialogue {
  margin: 2.5em 0;
}
.storeList .inner,
.dialogue .inner {
  padding: 0 4em;
}
.storeList .inner > h2,
.dialogue .inner > h2 {
  font-size: 36px;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
}
.storeList .inner ul,
.dialogue .inner ul {
  display: grid;
  gap: 48px var(--site--container--gutter);
  grid-template-columns: repeat(3, 1fr);
  list-style: none;
  margin: 0;
  padding: 0;
}
.storeList .inner ul li .thumb,
.dialogue .inner ul li .thumb {
  position: relative;
  transition: 0.3s;
  overflow: hidden;
}
.storeList .inner ul li .thumb figure,
.dialogue .inner ul li .thumb figure {
  margin: 0;
}
.storeList .inner ul li .thumb figure img,
.dialogue .inner ul li .thumb figure img {
  width: 100%;
  height: auto;
}
.storeList .inner ul li .content,
.dialogue .inner ul li .content {
  padding: 16px 0 0;
}
.storeList .inner ul li .content > p,
.dialogue .inner ul li .content > p {
  line-height: 1.6;
  margin: 0;
  font-weight: 700;
  font-size: 12px;
}
.storeList .inner ul li .content h3,
.dialogue .inner ul li .content h3 {
  font-size: 1em;
  font-weight: bold;
  line-height: 1.6;
  margin: 0.22em 0 0;
  transition: color 0.6scubic-bezier 0.22, 1, 0.36, 1;
}
.storeList .inner ul li .content summary,
.dialogue .inner ul li .content summary {
  font-size: 12px;
  margin: 8px 0 0;
}
.storeList .inner ul li .content summary p,
.dialogue .inner ul li .content summary p {
  font-size: 14px;
  line-height: 1.6;
  font-weight: 400;
  color: #76767b;
  margin: 0;
}

.provide {
  margin: 0;
}
.provide img {
  width: 100%;
  height: auto;
}

.comment {
  line-height: 1.8;
  margin: 24px 0 0;
}
.comment .inner {
  padding: 0 4em;
}
.comment .inner p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}

.plan .inner .wrapper {
  justify-content: flex-end;
  grid-template-columns: auto calc(50% + 5.75em);
  align-items: center;
  display: grid;
}
.plan .inner .wrapper figure {
  flex-grow: 1;
}
.plan .inner .wrapper figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
.plan .inner .wrapper .content {
  background-color: white;
  padding: 0 128px 0 4em;
  position: relative;
  width: auto;
  z-index: 10;
}
.plan .inner .wrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
.plan .inner .wrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
.plan .inner .wrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
.plan .inner .wrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
.plan .inner .wrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.plan .inner .wrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
.plan .inner .wrapper .content .button a:hover {
  background-color: #F5F5F5;
}
.plan .inner .wrapper h2 {
  font-size: 48px !important;
}

.planDeta {
  margin: 40px 0 0;
}
.planDeta .inner {
  padding: 0 4em;
}
.planDeta .inner .columns {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(3, 1fr);
}
.planDeta .inner .columns .content {
  padding: 24px;
  height: 100%;
}
.planDeta .inner .columns .content h3 {
  font-size: 14px;
  font-weight: 700;
  line-height: 1.6;
  margin: 0;
  text-align: center;
}
.planDeta .inner .columns .content picture {
  margin: 16px 0;
}
.planDeta .inner .columns .content picture img {
  display: block;
  height: 120px;
  margin: 0 auto;
  width: auto;
}
.planDeta .inner .columns .content .entity {
  margin: 4px 0 0;
  text-align: center;
  font-size: 2.25em;
  font-weight: 700;
  line-height: 1.6;
}
.planDeta .inner .columns .content .entity span {
  font-size: 0.5em;
  font-weight: 700;
  line-height: 1.6;
}
.planDeta .inner .columns .content .text {
  font-feature-settings: "palt";
  margin: 4px 0 0;
  text-align: center;
  word-break: auto-phrase;
}
.planDeta .inner .columns .content .text p {
  font-size: 14px;
  margin: 0;
}

.deta {
  line-height: 1.8;
}
.deta .inner {
  padding: 0 4em;
}
.deta .inner p {
  line-height: 1.8;
  margin: 1.5em 0 0;
  font-size: 12px;
  color: var(--borderGray600);
}

.future .inner .wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 590fr 506fr;
}
.future .inner .wrapper figure {
  margin: 0;
}
.future .inner .wrapper figure img {
  height: auto;
  width: 100%;
  display: block;
}
.future .inner .wrapper .content {
  padding: 0 4em 0 128px;
  max-width: 36.5em;
}
.future .inner .wrapper .content .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.future .inner .wrapper .content h2 {
  font-size: 36px;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
}
.future .inner .wrapper .content p {
  line-height: 1.8;
  margin-bottom: 40px;
  margin: 1.5em 0 0;
  font-size: 16px;
}

.pageSustainability {
  margin-top: 24px;
}

.merchandise .inner {
  padding: 0 4em;
}
.merchandise .inner .columns {
  display: grid;
  gap: 40px 24px;
  grid-template-columns: repeat(4, 1fr);
  margin: 40px 0 0;
}
.merchandise .inner .columns .wrapper {
  position: relative;
}
.merchandise .inner .columns .wrapper span {
  background-color: white;
  font-size: 1em;
  font-weight: 700;
  line-height: 1.6;
  padding: 9px 8px;
  position: absolute;
  right: 12px;
  top: 0;
}
.merchandise .inner .columns .wrapper figure {
  margin: 0;
}
.merchandise .inner .columns .wrapper figure img {
  width: 100%;
}
.merchandise .inner .columns .wrapper h3 {
  font-size: 16px;
  font-weight: 700;
  line-height: 1.6;
  margin: 16px 0 8px;
}
.merchandise .inner .columns .wrapper p {
  font-size: 14px;
  line-height: 1.8;
  margin: 0;
}

.pageWelfare {
  margin-top: 24px;
}

.welfare .inner .wrapper {
  justify-content: flex-end;
  grid-template-columns: auto calc(50% + 5.75em);
  align-items: center;
  display: grid;
}
.welfare .inner .wrapper figure {
  flex-grow: 1;
}
.welfare .inner .wrapper figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
.welfare .inner .wrapper .content {
  background-color: white;
  padding: 0 128px 0 4em;
  position: relative;
  width: auto;
  z-index: 10;
}
.welfare .inner .wrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
.welfare .inner .wrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
.welfare .inner .wrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
.welfare .inner .wrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
.welfare .inner .wrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.welfare .inner .wrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
.welfare .inner .wrapper .content .button a:hover {
  background-color: #F5F5F5;
}

.welfareContainer .inner {
  padding: 0 4em;
}
.welfareContainer .inner .wrapper:nth-of-type(2n-1) h3 {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 24px;
}
.welfareContainer .inner .wrapper:nth-of-type(2n) dl {
  display: flex;
  margin: 36px 0 0;
  flex-wrap: wrap;
}
.welfareContainer .inner .wrapper:nth-of-type(2n) dl:first-of-type {
  border-top: 1px solid var(--borderGray300);
}
.welfareContainer .inner .wrapper:nth-of-type(2n) dl dt {
  width: 16rem;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 48px 0;
  line-height: 1.6;
  border-bottom: solid 1px var(--borderGray300);
}
.welfareContainer .inner .wrapper:nth-of-type(2n) dl dd {
  width: calc(100% - 16rem);
  margin: 0;
  padding-left: 12px;
  padding: 48px 0;
  line-height: 1.6;
  border-bottom: solid 1px var(--borderGray300);
  font-size: 16px;
}

.officeActivity .inner .wrapper {
  justify-content: flex-end;
  grid-template-columns: auto calc(50% + 5.75em);
  align-items: center;
  display: grid;
}
.officeActivity .inner .wrapper figure {
  flex-grow: 1;
}
.officeActivity .inner .wrapper figure picture img {
  display: block;
  width: 100%;
  height: auto;
}
.officeActivity .inner .wrapper .content {
  background-color: white;
  padding: 0 128px 0 4em;
  position: relative;
  width: auto;
  z-index: 10;
}
.officeActivity .inner .wrapper .content .label {
  font-size: 1.38em;
  font-weight: 700;
  line-height: 1.6;
}
.officeActivity .inner .wrapper .content h2 {
  font-size: 2.25em;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}
.officeActivity .inner .wrapper .content .text {
  line-height: 1.8;
  margin: 24px 0 40px;
}
.officeActivity .inner .wrapper .content .text p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
.officeActivity .inner .wrapper .content .button {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.officeActivity .inner .wrapper .content .button a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
.officeActivity .inner .wrapper .content .button a:hover {
  background-color: #F5F5F5;
}

.twoStuff .inner .wrapper {
  align-items: center;
  display: grid;
  grid-template-columns: 590fr 506fr;
}
.twoStuff .inner .wrapper figure {
  margin: 0;
}
.twoStuff .inner .wrapper figure img {
  height: auto;
  width: 100%;
  display: block;
}
.twoStuff .inner .wrapper .content {
  padding: 0 4em 0 128px;
  max-width: 36.5em;
}
.twoStuff .inner .wrapper .content .label {
  font-size: 18px;
  font-weight: 700;
  line-height: 1.6;
}
.twoStuff .inner .wrapper .content h2 {
  font-size: 36px;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
}
.twoStuff .inner .wrapper .content p {
  line-height: 1.8;
  margin-bottom: 40px;
  margin: 1.5em 0 0;
  font-size: 16px;
}

.inOffice,
.briefing {
  margin: 6em 0 0;
}
.inOffice .inner,
.briefing .inner {
  padding: 0 4em;
}
.inOffice .inner h3,
.briefing .inner h3 {
  font-size: 1.375em;
  line-height: 1.6;
  margin: 0 0 24px;
  font-weight: bold;
}
.inOffice .inner p,
.briefing .inner p {
  line-height: 1.8;
  margin: 1.5em 0 0;
  font-size: 16px;
}
.inOffice .inner .row,
.briefing .inner .row {
  margin-top: 48px;
  display: flex;
  flex-wrap: wrap;
  gap: 24px;
}
.inOffice .inner .row .content,
.briefing .inner .row .content {
  flex: 1;
}
.inOffice .inner .row .content a,
.briefing .inner .row .content a {
  color: currentColor;
  display: flex;
  line-height: 1.6;
  padding: 15px 40px 15px 15px;
  position: relative;
  text-decoration: none;
  width: 100%;
  align-items: center;
  justify-content: space-between;
  background-color: var(--borderGray100);
  font-size: 14px;
  font-weight: 700;
}
.inOffice .inner .row .content a::after,
.briefing .inner .row .content a::after {
  background-image: url(image/anchorLg.svg);
  background-repeat: no-repeat;
  bottom: calc(50% - 8px);
  content: "";
  display: block;
  height: 16px;
  width: 16px;
  left: calc(100% - 24px);
  position: absolute;
  transform: translate(-50%);
  font-weight: 700;
  font-size: 14px;
}

.briefing {
  margin-top: 6em;
}
.briefing .inner {
  padding: 0 4em;
}
.briefing .inner h1 {
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
  font-size: 36px;
}

.recruits {
  margin-top: 96px;
}
.recruits .inner {
  padding: 0 4em;
}
.recruits .inner h2 {
  font-size: 22px;
  line-height: 1.6;
  margin: 16px 0 0;
  font-weight: bold;
}
.recruits .inner p {
  font-size: 16px;
  line-height: 1.8;
  margin: 1.5em 0 0;
}
.recruits .inner .wrapper:nth-of-type(2n-1) h3 {
  font-size: 1.375em;
  font-weight: bold;
  line-height: 1.6;
  margin: 0 0 24px;
}
.recruits .inner .wrapper:nth-of-type(2n) dl {
  display: flex;
  margin: 36px 0 0;
  flex-wrap: wrap;
}
.recruits .inner .wrapper:nth-of-type(2n) dl:first-of-type {
  border-top: 1px solid var(--borderGray300);
}
.recruits .inner .wrapper:nth-of-type(2n) dl dt {
  width: 16rem;
  font-weight: 700;
  font-size: 14px;
  display: flex;
  align-items: center;
  padding: 48px 0;
  line-height: 1.6;
  border-bottom: solid 1px var(--borderGray300);
}
.recruits .inner .wrapper:nth-of-type(2n) dl dd {
  width: calc(100% - 16rem);
  margin: 0;
  padding-left: 12px;
  padding: 48px 0;
  line-height: 1.6;
  border-bottom: solid 1px var(--borderGray300);
  font-size: 16px;
}

.event {
  margin: 6em 0 0;
}
.event .inner h3 {
  font-size: 1.375em;
  line-height: 1.6;
  margin: 0 0 24px;
  font-weight: bold;
}
.event .inner .bottom .columns {
  display: grid;
  gap: 24px;
  grid-template-columns: repeat(2, 1fr) !important;
}
.event .inner .bottom .columns .content {
  background-color: var(--borderGray100);
  box-sizing: border-box;
  display: flex;
  flex-direction: column;
  justify-content: center;
  height: 100%;
  min-height: 240px;
  padding: 40px;
}
.event .inner .bottom .columns .content h4 {
  font-size: 20px;
  line-height: 1.76;
  margin: 0 0 10px;
  text-align: center;
}
.event .inner .bottom .columns .content .text {
  text-align: center;
}
.event .inner .bottom .columns .content .text p {
  line-height: 1.8;
  margin: 0 0 24px 0;
  font-size: 14px;
}
.event .inner .bottom .columns .content .text .row {
  justify-content: center;
  display: flex;
  flex-wrap: wrap;
  gap: 0.75em 1.5em;
}
.event .inner .bottom .columns .content .text .row a {
  display: flex;
  justify-content: center;
  font-weight: 700;
  transition: 0.3s;
  width: 240px;
  padding: 16px 24px;
  font-size: 16px;
  align-items: center;
  background-color: white;
  border: 1px solid var(--borderGray400);
  border-radius: 0.22em;
  line-height: 1.6;
}
.event .inner .bottom .columns .content .text .row a:hover {
  background-color: #F5F5F5;
}

:root {
  --borderGray900:#1D1D1F;
  --borderGray400:#C4C4C6;
  --borderGray300:#D8D8D9;
  --borderGray200:#EBEBEC;
  --borderGray100:#F5F5F5;
  --borderGray600:#76767B;
  --site--container--gutter:.9375em;
}

@keyframes showMenuChildren {
  0% {
    display: block;
    opacity: 0;
  }
  100% {
    display: block;
    opacity: 1;
  }
}/*# sourceMappingURL=style.css.map */